support opengauss "on duplicate key update nothing" grammar#2303
support opengauss "on duplicate key update nothing" grammar#2303manticore-projects merged 4 commits intoJSQLParser:masterfrom
Conversation
| import net.sf.jsqlparser.statement.ReturningClause; | ||
| import net.sf.jsqlparser.statement.Statement; | ||
| import net.sf.jsqlparser.statement.StatementVisitor; | ||
| import net.sf.jsqlparser.statement.select.PlainSelect; |
There was a problem hiding this comment.
Please avoid wildcard imports.
There was a problem hiding this comment.
OK. I will adjust the code.
There was a problem hiding this comment.
I have adjusted.
There was a problem hiding this comment.
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':publishMavenJavaPublicationToOssrhRepository'.
Failed to publish publication 'mavenJava' to repository 'ossrh'
Could not PUT 'https://central.sonatype.com/repository/maven-snapshots/com/github/jsqlparser/jsqlparser/5.4-SNAPSHOT/jsqlparser-5.4-20250828.114640-16.jar'. Received status code 401 from server: Unauthorized
There seems to be a problem with the username or password of the Maven repository
|
FAILURE: Build failed with an exception.
There seems to be a problem with the username or password of the Maven repository |
Add a new feature to support opengauss "on duplicate key update nothing" syntax. I have executed mvn clean package locally, and all code format checks and unit tests have passed.